Welcome![Sign In][Sign Up]
Location:
Search - video tracking

Search list

[Special EffectsMotion_Detection

Description: matlab 视频中运动目标追踪代码 this programs identifies the moving objects in a video ( continious frames) and displays the moving object in a window. when you execute this code just check whether the input video is supported in matlab r not. so for the testing i am attaching a zip file which contains the code and sample video that i have found in internet. -video moving target tracking matlab code
Platform: | Size: 1197056 | Author: archer | Hits:

[Special Effectsmean-shift

Description: 基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.-Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manually adjust the threshold HSV, showing foreground, background, reaction projection. Development tools are VS2008, OPENCV
Platform: | Size: 12669952 | Author: 坎启娇 | Hits:

[Special EffectsORB_tracking_2

Description: 本程序基于VS2010与openCV2.3.1计算机视觉库,实现对视频中特定目标的跟踪。本程序采用ORB特征识别,模板滚动更新,使用前注意修改视频路径。-The program is based on VS2010 and openCV2.3.1 computer vision library, which can tracking a specific target in video. The program uses ORB feature recognition, and its template rolling updates.Please modify the video path before using.
Platform: | Size: 5789696 | Author: 纸里轻狂 | Hits:

[3D Graphiccode-Multi-target_Tracking_by_Continuous_Energy_M

Description: object tracking is one of the hottest topic in computer vision. in a video you may have some different kind of object to be tracked this files is implementation for multi-target object tracking.
Platform: | Size: 6605824 | Author: mohsen | Hits:

[Dialog_WindowHaarTesting-master

Description: Article is devoted to the use of Haar cascades to compare similar images, object tracking problems between adjacent video frames, there is a match on several photographs, image search on the image and other similar problems.
Platform: | Size: 11350016 | Author: Andriy | Hits:

[OpenCVstandalone_tracker

Description: 基于OPENCV的视频中单个目标跟踪的代码-Based on the video OPENCV single target tracking code
Platform: | Size: 326656 | Author: 秦方亮 | Hits:

[Industry research1

Description: object tracking and detection in video image processing. classification of objects in video.
Platform: | Size: 578560 | Author: SELVARAJ | Hits:

[Industry research2

Description: object tracking and detection in video image processing. classification of objects in video.
Platform: | Size: 68608 | Author: SELVARAJ | Hits:

[Industry research3

Description: object tracking and detection in video image processing. classification of objects in video.
Platform: | Size: 5761024 | Author: SELVARAJ | Hits:

[Industry research4

Description: object tracking and detection in video image processing. classification of objects in video.
Platform: | Size: 1638400 | Author: SELVARAJ | Hits:

[AI-NN-PRrgbd_kinect

Description: 结合kinect景深图像对视频目标进行跟踪,在vs2010+opencv平台上测试通过。-Combined with kinect depth of field image of the video object tracking on vs2010+ opencv test platform.
Platform: | Size: 9195520 | Author: M201372293 | Hits:

[source in ebookSimpleColorDetectionByHue

Description: matlab code image video processing in many applications. intensity gradient and colour histogram cues as observation model used for multi target tracking
Platform: | Size: 7168 | Author: Abd | Hits:

[Technology Managementsnap

Description: 在动态图像中实时捕捉和跟踪到人脸的需求越来越广泛,人脸识别利用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,通过网络将抓拍数据上传至后台人脸分析服务器.-Real-time capture and track a human face in the dynamic image needs more extensive, face recognition using the camera or the camera to capture images or video streams containing human faces and automatically detecting and tracking human faces in the image, through the network capture data uploaded to the backstage face analysis server.
Platform: | Size: 2569216 | Author: ch | Hits:

[Graph Recognize156423

Description: 为实现教室监控视频中多目标智能跟踪,研究提出了一种基于前景检测修正和梯度特征的改进型CamShift算法。该算法利用收敛速度分段分区可调的背景重建算法对视频序列进行背景重建与前景检测。综合考虑了前景检测结果,图像 梯度和颜色特征,进行CamShift目标跟踪。该算法能自适应调节梯度与颜色特征融合比例,对强光有一定的抑制作用。开发了实验软件,仿真结果表明了所提算法的有效性,为解决教室照明用电浪费问题提供一个可行的解决方案。-Surveillance video in the classroom to achieve multi-target intelligent tracking study raises the prospect of improved CamShift algorithm based on the detection correction and gradient features. The algorithm uses the convergence speed segmented partitions adjustable background reconstruction algorithm for video sequences background and foreground detection reconstruction. Considering the prospects of the test results, the image gradient and color features, make CamShift target tracking. The algorithm can adaptively adjust the gradient and color feature fusion proportion of light has a certain extent. Developed the experimental software, simulation results show the effectiveness of the proposed algorithm for solving the waste problem classroom lighting electricity to provide a viable solution.
Platform: | Size: 373760 | Author: rambolyb | Hits:

[Special Effectssegmentor

Description: 读取视频序列,处理视频帧,写入视频序列,跟踪特征点,提取前景物体-Reads the video sequence, processing a video frame written in the video sequence, the tracking feature points extracted foreground object
Platform: | Size: 11264 | Author: hxx | Hits:

[Video CaptureDLTcode

Description: Robust Non-negative Dictionary Learning for Visual Tracking The provided codes could be either embedded into the benchmark framework of paper Online Object Tracking: A Benchmark (CVPR2013) (You can find details here: http://visual-tracking.net/) or run on individual sequence. To run the benchmark, just put the entire folder into the /trackers folder in the benchmark code base, and modify the configTrackers.m in util folder. DLT gets an AUC of 0.436, which ranks 5th among 26 in the benchmark by 19/03/2014. We don t tune parameters for single sequence in this case, all the parameters are stored in trackparam_DLT.m. To run on individual video, you need to modify the dataPath and title in run_individual.m. If you run MATLAB version after 2012, and have a CUDA compatible GPU installed, you may enjoy the fast computation speed by GPU, just set useGPU to true in trackparam_DLT.m and run_individual.m! -Robust Non-negative Dictionary Learning for Visual Tracking The provided codes could be either embedded into the benchmark framework of paper Online Object Tracking: A Benchmark (CVPR2013) (You can find details here: http://visual-tracking.net/) or run on individual sequence. To run the benchmark, just put the entire folder into the /trackers folder in the benchmark code base, and modify the configTrackers.m in util folder. DLT gets an AUC of 0.436, which ranks 5th among 26 in the benchmark by 19/03/2014. We don t tune parameters for single sequence in this case, all the parameters are stored in trackparam_DLT.m. To run on individual video, you need to modify the dataPath and title in run_individual.m. If you run MATLAB version after 2012, and have a CUDA compatible GPU installed, you may enjoy the fast computation speed by GPU, just set useGPU to true in trackparam_DLT.m and run_individual.m!
Platform: | Size: 22211584 | Author: mohit | Hits:

[Special Effectsmeanshift_opencv

Description: meanshift实现视频目标跟踪,opencv实现,附带测试视频-meanshift implement video target tracking, opencv realize, with test video
Platform: | Size: 7712768 | Author: sun | Hits:

[OpenCVmytracker

Description: 物体运动自动跟踪的框架,用opencv开发工具,效果有待改进,具体视频环境需要配置不同的参数-Framework for automatic tracking of moving objects using opencv development tools, the effect could be improved, in particular video environments need to configure different parameters
Platform: | Size: 9364480 | Author: 刘慧慧 | Hits:

[OthermotionTrackingTutorial

Description: motion tracking for videos . this tracks objects in a video using c++ open CV
Platform: | Size: 22000640 | Author: vairamkrish | Hits:

[DocumentsDOCUMENTS

Description: 车辆检测和跟踪的两篇论文,基于感兴趣区域AdaBoost分类器的视频车辆检测研究,以及卡尔曼粒子滤波的视频车辆跟踪算法研究-Video vehicle detection tracking
Platform: | Size: 11824128 | Author: 山下 | Hits:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »

CodeBus www.codebus.net